-
1 implicit parallelism
1) Вычислительная техника: "неявно выраженный" параллелизм2) Программирование: неявный параллелизм (Ant: explicit parallelism), скрытый параллелизм -
2 implicit parallelism
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > implicit parallelism
-
3 implicit parallelism
English-Russian dictionary of computer science and programming > implicit parallelism
-
4 parallelism
параллелизм; параллельный принцип ( организации)- AND parallelism
- coarse-grain parallelism
- fill-in parallelism
- fine-grain parallelism
- functional parallelism
- granularity of parallelism
- implicit parallelism
- instruction-level parallelism - low-level parallelism
- massive parallelism
- OR parallelism
- pipelined parallelism
- stream parallelism
- unification parallelismEnglish-Russian dictionary of computer science and programming > parallelism
-
5 parallelism
параллелизм, параллельность1) общий термин, характеризующий все виды параллельной компьютерной обработки данных2) одновременное исполнение двух и более программных единиц (команд, задач, тредов, процессов) или обработка данных на соответствующем числе процессоров. В программировании различают явный (explicit parallelism) и неявный параллелизм (implicit parallelism)Ant:3) для компьютерных сетей - существование многих путей (соединений) между двумя узлами сети, причём эти пути могут иметь равную или разную стоимость. Подобный параллелизм как избыточность часто служит гарантией отказоустойчивости - если один из параллельных путей неисправен, можно будет найти альтернативный путь до той же самой точкиАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > parallelism
-
6 неявно выраженный параллелизм
implicit parallelismБольшой англо-русский и русско-английский словарь > неявно выраженный параллелизм
См. также в других словарях:
Implicit parallelism — In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler to automatically exploit the parallelism inherent to the computations expressed by some of the language s constructs. A pure implicitly … Wikipedia
Data parallelism — (also known as loop level parallelism) is a form of parallelization of computing across multiple processors in parallel computing environments. Data parallelism focuses on distributing the data across different parallel computing nodes. It… … Wikipedia
Task parallelism — (also known as function parallelism and control parallelism) is a form of parallelization of computer code across multiple processors in parallel computing environments. Task parallelism focuses on distributing execution processes (threads)… … Wikipedia
Memory-level parallelism — or MLP is a term in computer architecture referring to the ability to have pending multiple memory operations, in particular cache misses or translation lookaside buffer misses, at the same time. In a single processor, MLP may be considered a… … Wikipedia
Explicit parallelism — In computer programming, explicit parallelism is the representationof concurrent computations by means of primitivesin the form of special purpose directives or function calls. Most parallel primitives are related to process synchronization,… … Wikipedia
Parallel computing — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Hegel, spirit, and politics — Leo Rauch Hegel’s impact on political thought has been immense giving shape to the major political movements of the modern world. Yet the person of average education is hardly familiar with the name, which is usually identified with a small… … History of philosophy
OpenMP — Original author(s) OpenMP Architecture Review Board[1] Developer(s) OpenMP Architecture Review Board … Wikipedia
Data Intensive Computing — is a class of parallel computing applications which use a data parallel approach to processing large volumes of data typically terabytes or petabytes in size and typically referred to as Big Data. Computing applications which devote most of their … Wikipedia
Simultaneous multithreading — Simultaneous multithreading, often abbreviated as SMT, is a technique for improving the overall efficiency of superscalar CPUs with hardware multithreading. SMT permits multiple independent threads of execution to better utilize the resources… … Wikipedia
Multithreading (computer architecture) — This article describes hardware supports for multithreads. For thread in software, see Thread (computer science). Multithreading computers have hardware support to efficiently execute multiple threads. These are distinguished from multiprocessing … Wikipedia